Accessing and Adding Remote Servers

You can search for and open projects saved on remote servers that have enabled sharing and that are connected within your network.

Accessing Network Hosted Data (on Windows)

Because the Organizer runs under the umbrella of Windows services, you may encounter certain limitations accessing network hosted data on Windows.

Windows services run under designated users, who usually don't have access to network drive mappings. This is strictly configuration related, meaning that you may run into some issues depending on how your IT department configured the network. For example, sometimes UNC (universal naming convention) notated paths won't work, other times they will. The Dragonfly support team has not been able to determine exactly what configuration parameters affect this or not, but two alternate methods of accessing network data are recommended. For example, when you want to add a root on a network.

Method 1… Use normal UNC paths. A UNC path uses double slashes or backslashes to precede the name of the computer. The path (disk and directories) within the computer are separated with a single slash or backslash, as in the following example. Note that in the example below, drive letters (c:, d:, and so on) are not used.

\\servername\some_path

Method 2… If you see network errors in the Organizer logs, the workaround is to use the IP address of the network resource. In this case, the IP address of that network resource must be fixed, which is normally the case.

Instead of designating the root with UNC, for example:

\\servername\some_path

You'll need to define the root like this instead:

\\192.168.0.xx\some_path (in which 192.168.0.xx is the correct IP address).